home *** CD-ROM | disk | FTP | other *** search
- this.quitGame = function()
- {
- var t = this;
- _quality = "high";
- t.resetVars();
- t.gamePlay = false;
- t.gameDisplay.quitBtn.enabled = false;
- t.pauseFunc(false);
- _quality = "high";
- t.launcher.gotoAndStop("blank");
- t.helpMC.gotoAndStop("blank");
- t.gameOver.gotoAndStop("blank");
- t.launcher._y = 150;
- t.mainDisplay.gotoAndStop("title");
- };
-